body {
	max-width: 100%;
	overflow-x: hidden;
}
.box {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

* {
	margin: 0 auto;
	padding: 0;
}

.header {
	width: 100%;
	height:100px;
	position: relative;
	background: #fff;
}

.header img {
	margin-top: 1%;
	margin-left: 11%;
	display: inline-block;
	/*width: auto;*/
	/*height: auto;*/
	/*width: 5%;*/
	/*height: 5%;*/
	vertical-align: middle;
}

.header .tel {
	float: right;
	background: url(../img/tel.jpg) no-repeat 0 center;
	padding-right: 4%;
	margin-top: 1%;
	width: 20%;
	font-weight: bolder;
}
.tel img{
	float: left;
	width: 15%;
	height: 15%;
	margin-right: 2%;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: #6b6b6b;
	font-weight: bolder;
}

/* 导航栏 */
.nav {
	width: 53%;
	height: 40%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}

.nav ul li {
	list-style: none;
	/* 去掉小圆点 */
}

.nav ul a {
	text-decoration: none;
	/* 去掉下划线 */
	color: #000;
}

.nav ul li {
	/*一级菜单的样式 */
	float: left;
	width: 100px;
	height: 36px;
	line-height: 30px;
	/* 行高等于高使文字垂直居中 */
	text-align: center;
	 background: #fff;
	font-size: 18px;
	/*字体大小*/
}
.nav ul li ul{
	z-index: 99999;margin-top: 6px;
}
.nav ul li ul li {
	display: none;
	/* 隐藏二级菜单 */
	white-space: nowrap;/*内容超宽后禁止换行显示*/
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/*文字超出部分以省略号显示*/
	height: 50px;
}

.nav ul li:hover ul li {
	/* 鼠标经过时显示二级菜单 */
	display: block;
    padding-left: 10px;
    padding-right: 11px;
	/* 二级菜单转化为块级元素,使其独占一行 */
}

.nav ul li a:hover {
	/* background-color: #F44336; */
	/* 鼠标经过时显示的背景颜色 */
	color: #29d630;
}

/* 轮播图 */
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.banner{
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin: 20px 0 auto;
    position: relative;
}
.banner ul{
    width: 500%;/*5张图片的宽度，也可以写成500%*/
    height: 600px;
    position: absolute;
}
.banner li{
    list-style-type: none;
    float: left;
    width: 100%;
    height: 600px;
}
/*如果图片大小有问题*/
.banner img{
    width: 20%;
    height: 100%;
}
.banner .num{
    width: 100%;
    height: 20px;
    font-size: 0px;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
}
.banner .num span{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
/*向左向右箭头*/
.banner .prev{
    display: block;
    width: 40px;
    height: 74px;
    /* background-color: rgba(0,0,0,0.2); */
    color: rgba(255,255,255,0.4);
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: 0;
    text-align: center;
    transition: background-color .3s;
}
.jt{
	margin-top: 30%;
	width: 50px;
	height: 50px;
}
.banner .next{
    display: block;
    width: 40px;
    height: 74px;
    /* background-color: rgba(0,0,0,0.2); */
    color: rgba(255,255,255,0.4);
    position: absolute;
    top: 50%;
    margin-top: -37px;
    right: 0;
    text-align: center;
    transition: background-color .3s;
}
.banner .prev i,
.banner .next i{
    font-size: 30px;
    line-height: 74px;
    transition: background-color .3s;
}
.banner .prev:hover,
.banner .next:hover{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.banner .num span:hover{
    background-color: #ccc;
}
.banner .num span.on{
    width: 30px;
    height: 15px;
}


.gycy{
	width: 100%;
	height: 558px;
	background: url("../img/aboutbg.png") no-repeat center center / 100% 100% ;
}
.gycy11{
	width: 100%;
	text-align: center;
	font-size: 32px;
	padding-top: 5%;
}
.gycy1{
	width: 100%;
	text-align: center;
	font-size: 32px;
	padding-top: 30px;
}
.gycy2{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: #939594;
}
.gycy3{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.gycy31{
	width: 30%;
	margin: 0 auto;
	border-bottom: solid 1px #939594;
}
.gycy32{
	position: absolute;
	top: -6px;
	left: 49%;
	width: 30px;
	height: 12px;
	background-color: #029101;
}
.indA_main {
    padding-top: 50px;
	
}
.indA_main .indA_pic {
    width: 40%;
    float: right;
    position: relative;
	right: 5%;
}
.indA_pic:after {
    content: "";
    display: block;
    width: 90%;
    height: 100%;
    background: #51b251;
    top: 10px;
    right: 12%;
    position: absolute;
}
.indA_pic img {
    width: 90%;
    transition: all 3s;
    position: relative;
    z-index: 2;
}
.ofhidden {
    overflow: hidden;
}
.indA_main .indA_txt {
    width: 40%;
    float: left;
	margin-left: 7%;
}
.indA_txt .indA_T1 {
    font-size: 18px;
    line-height: 18px;
    color: #cd010c;
    margin-bottom: 20px;
}
.indA_txt .indA_T2 {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    height: 200px;
    -webkit-line-clamp: 8;
    margin-bottom: 14px;
}
.gd {
    background: rgb(255, 161, 1);
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    text-decoration: none;
	float: left;
}
.gd2 {
    background: rgb(255, 161, 1);
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    text-decoration: none;
	margin: 0 auto;
}
.js{
	width: 100%;
	height: 130px;
	background: url("../img/55.png") no-repeat center center / 100% 100% ;
	
}
.j1{
	float: left;
	width: 33%;
	height: 100%;
	
}
.j2{
	float: left;
	border-left: #ffffff 1px solid;
	height: 60%;
	
	margin-top: 2%;
}
.js1{
	width: 70%;
	height: 50%;
	float: right;
	color: #fff;
	margin-top: 6%;
	margin-right: 10%;
}
.j11{
	float: left;
	width: 60px;
	height: 60px;
	margin-top: 7px;
	transition: 1s;
}
.j11:hover{
	transform: rotateY(180deg);
}
.j12{
	font-size: 25px;
	font-family: 微软雅黑, sans-serif;
	color: #fff;
}
.j13{
	margin-top: 5%;
	font-size: 18px;
	color: #fff;
}
.js2{
	width: 70%;
	height: 50%;
	margin: auto;
	color: #fff;
	margin-top: 6%;
}
.js3{
	width: 70%;
	height: 50%;
	float: left;
	color: #fff;
	margin-top: 6%;
	margin-left: 10%;
}

.khal{
	width: 100%;
	height: 520px;
	background: url("../img/casebg.png") no-repeat center center / 100% 100% ;
}

.box1 {
			    overflow: hidden;
			    position: relative;
			    margin: 0 auto;
			    width: 100%;
			    height: 300px;
			}
			
			.main1 {
			    position: absolute;
			    width: 5600px;
			    height: 300px;
			}
			.main1 ul{
			    float: left;
			    width: 1400px;
			    height: 300px;
				
			}
			.main1 ul li{
			    float: left;
				margin-top: 70px;
				margin-left: 120px;
			    width: 300px;
			    height: 300px;
				list-style: none;
			}
			.main1 ul li img{
			    width: 300px;
			    height: 200px;
			}
			
			/* .main1 img {
			    float: left;
			    width: 1400px;
			    height: 300px;
			} */
			
		.next1,.last1 {
			    position: absolute;
			    top: 50%;
			    transform: translateY(-50%);
			    width: 30px;
			    height: 60px;
			}
			
			.next1 {
			    right: 0;
			    /*background: url(../img/xy.png) no-repeat center center / 40px 40px ;*/
			}
			
			.last1 {
			    left: 0;
			    /*background: url(../img/xz.png) no-repeat center center / 40px 40px ;*/
			}
			
			.btns {
			    position: absolute;
			    top: 85%;
			    left: 50%;
			    transform: translateX(-50%);
			    width: 110px;
			}
			
			.btns span {
			    float: left;
			    display: block;
			    margin: 4px;
			    width: 14px;
			    height: 14px;
			    background-color: #ffffff80;
			    border-radius: 50%;
			    font-size: 12px;
			    line-height: 14px;
			    text-align: center;
			    cursor: pointer;
			}
			
			.btns span:nth-child(1) {
			    background-color: deepskyblue;
			    color: #fff;
			}
			
			.xwdt{
				width: 100%;
				height: 700px;
				background: url("../img/13.png") no-repeat center center / 100% 100% ;
			}
			
	.w1{
		width: 100%;
		height: 80px;
		
	}	
	.w111{
		width: 69%;
		height: 100%;
		margin-left: 37.5%;
		
	}
	.w11{
		width: 12%;
		height: 60%;
		line-height: 50px;
		float: left;
		text-align: center;
		border-radius: 50px;
		background: #029101;
		color: #fff;
		font-size: 20px;
		border: #029101 solid 2px;
		margin-left: 6%;
		margin-top: 1%;
	}
	.w12{
		width: 12%;
		height: 60%;
		line-height: 50px;
		float: left;
		text-align: center;
		border-radius: 50px;
		color: #fff;
		font-size: 20px;
		
		margin-left: 4%;
		margin-top: 1%;
	}
	.w2{
		width: 100%;
		height: 400px;
		
	}
	.w21{
		width: 70%;
		height: 400px;
		background: #ffffff;
		margin: 0 auto;
	}
	.w211{
		width: 39%;
		float: left;
		height: 400px;
		position: relative;
	}
	.w212{
		width: 82%;
		height: 87%;
		margin-left: 8%;
		margin-top: 7%;
	}
	.w22{
		width: 61%;
		float: left;
		height: 400px;
		
	}
	.w3{
		margin-top: 6%;
		width: 100%;
		height: 100%;
	}
	.w3  :hover div{
		color: #069305;
	}
	.w3 li{
		width: 90%;
		height: 14%;
		color: #000;
		background: #ffffff80;
		border-bottom: #ccc solid 1px ;
		margin-top: 2%;
		
	}
	.w31{
		float: left;
		text-align: center;
		width: 20%;
		
	}
	.w32{
		font-size: 28px;
		width: 100%;
		text-align: center;
		height: 34px;
		font-weight: 900;
		color: #000;
	}
	.w33{
		float: left;
		height: 60%;
		border-left: #ccc solid 1px;
		margin-right: 10px;
		margin-top: 10px;
	}
	.w34{
		font-size: 13px;
		width: 75%;
		padding-top: 3%;
		color: #000;
		text-overflow: ellipsis;
		white-space: nowrap; 
		overflow: hidden;
	}
	.qgrx{
		width: 100%;
		height: 250px;
		position: relative;
		background-image: url(../img/4144.jpg);
		margin-top: 3%;
	}
	.q1{
		width: 24%;
		height: 55%;
		position: relative;
		left:  15%;
		top: 15%;
	}
	.q2{
		width: 100%;
		height: 100%;
	}
	.q3{
		
		text-align: left;
		color: #ffffff;
		position: absolute;
		top: 10%;
		left: 20%;
	}
	.q3 p{
		color: #ffffff;
		line-height: 38px;
	}
	.q4{
		font-size: 45px;
	}
	.q5{
		font-size: 25px;
	}
	.q6{
		position: absolute;
		top: 30%;
		right: 26%;
		color: #fff;
		font-size: 25px;
	}
	.q7{
		position: absolute;
		width: 16%;
		height: 20%;
		line-height: 50px;
		top: 55%;
		right: 20%;
		background-color: #067203;
		color: #fff;
		text-align: center;
		font-size: 28px;
		border-radius: 10px;
	}
	.xian{
		position: absolute;
		border-right: #939594 solid 1px;
		height: 80%;
		right: 45%;
		bottom: 10%;
	}
	
	.cpzs{
		width: 100%;
		height: 700px;
		position: relative;
		background: url("../img/productbg.png") no-repeat center center / 100% 100% ;
	}
	.c1{
		width: 50%;
		height: 50px;
		position: absolute;
		background: #029101;
		top: 32%;
		left: 10%;
	}
	.c2{
		width: 27%;
		height: 50px;
		position: absolute;
		background: #029101;
		top: 32%;
		right: 10%;
	}
	.c3{
		width: 27%;
		height: 50%;
		position: absolute;
		top: 41%;
		right: 10%;
	}
	.c11{
		color: #fff;
		float: left;
		margin-top: 1%;
		margin-left: 1%;
		font-size: 25px;
	}
	.c12{
		color: #fff;
		float: right;
		margin-top: 3%;
		margin-right: 1%;
	}
	.c21{
		color: #fff;
		float: left;
		margin-top: 2%;
		margin-left: 2%;
		font-size: 25px;
	}
	.c22{
		color: #fff;
		float: right;
		margin-top: 6%;
		margin-right: 2%;
	}
	#div1{
		position: relative;
		top: 20%;
		left: 10%;
		width: 50%;
		height: 60%;
		overflow: hidden;
	}
	#div1 ul{
		position: absolute;
		left: 0;
	}
	/*#div1 a{*/
	/*	position: absolute;*/
	/*	z-index: 2;*/
	/*	text-decoration: none;*/
	/*	top: 45%;*/
	/*	display: none;*/
	/*}*/
	#div1 ul li{
		padding: 10px;
		list-style: none;
		width: 400px;
		height: 400px;
		float: left;
		text-align: center;
	}
	#div1 ul li img{
		width: 100%;
		height: 80%;
		border: #939594 solid 1px;
	}
	
	.fooder{
		width: 100%;
		height: 200px;
		background: url("../img/zu1.png") no-repeat center center / 100% 100% ;
	}
	.f1{
		width: 100%;
		height: 90%;
		
		position: relative;
		
	}
	.f11{
		width: 32%;
		height: 100%;
		float: left;
	}
	.f111{
		width: 40%;
		height: 36%;
		padding-top: 8%;
		padding-left: 30%;
	}
	.f2{
		width: 100%;
		height: 10%;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.f12{
		width: 10%;
		height: 100%;
		float: left;
	}
	.f12 ul{
		width: 50%;
		height: 80%;
		margin-top: 15%;
	}
	.f12 li{
		float: left;
		font-size: 15px;
		margin-top: 4%;
		color: #fff;
	}
	.f12 a{
		color: #fff;
	}
	.f12 a :hover{
		color: #fff;
	}
	.f13{
		width: 10%;
		height: 100%;
		float: left;
	}
	.f13 ul{
		height: 80%;
		margin-top: 10%;
	}
	.f13 li{
		float: left;
		font-size: 15px;
		margin-top: 4%;
		color: #fff;
		clear: both;
	}
	.f13 a{
		color: #fff;
	}
	.f14{
		width: 20%;
		height: 100%;
		float: left;
	}
	.f14 ul{
		width: 90%;
		height: 80%;
		margin-top: 4%;
	}
	.f14 li{
		float: left;
		font-size: 15px;
		/*margin-top: 4%;*/
		color: #fff;
        clear: both;
        line-height:24px;
	}
	.f15{
	    float: left;
	   	width: 10%;
	   	margin-top: 2%;
	}
	.f15 img{
	    width: 120px;
	    height: 120px;
	}

#marquee1 {
	position: absolute;
	top: 305px;
	left: 10%;
	width: 50%;
}